github.com/refraction-networking/utls.sessionController.overrideExtension (method)
3 uses
github.com/refraction-networking/utls (current package)
u_session_controller.go#L231: func (s *sessionController) overrideExtension(extension Initializable, override func(), initializedState sessionControllerState) error {
u_session_controller.go#L244: return s.overrideExtension(pskExt, func() { s.pskExtension = pskExt }, PskExtInitialized)
u_session_controller.go#L249: return s.overrideExtension(sessionTicketExt, func() { s.sessionTicketExt = sessionTicketExt }, SessionTicketExtInitialized)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |